@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*全局控制*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	font-family: "微软雅黑";
	color: #000;
	-webkit-text-size-adjust: none;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul,
li {
	list-style: none;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

.fb {
	font-weight: bold;
}

.dis {
	display: block;
}

.undis {
	display: none;
}

a {
	text-decoration: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/*导航*/
.min {
	min-width: 1200px;
	margin: 0 auto;
}

.nr {
	width: 1200px;
	margin: 0 auto;
}

.top {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	padding: 15px 0 10px 0;
	z-index: 10;
	/*opacity:0;transition:all 0.5s;*/
}

.show {
	top: 0;
	opacity: 1;
}

.logo_text {
	color: #282828;
	font-size: 22px;
	font-weight: bold;
}

.logo_eng {
	color: #363636;
	font-size: 13px;
	text-transform: uppercase;
}

.logo_big {
	color: #329700;
	font-size: 32px;
	padding: 0 5px;
}

.nav {
	float: right;
	text-align: right;
	padding: 3px 0 0 0;
}

.nav li {
	display: inline-block;
	margin: 0 15px;
	color: #282828;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.nav li a {
	display: block;
	color: #282828;
}

.nav_text {
	font-size: 12px;
}

.ewm_wz {
	width: 220px;
	position: fixed;
	right: -220px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	animation: mymove 0.8s 0.8s forwards
}

.ewm_bg {
	background: #007612;
	padding: 5px;
	margin: 0 0 0 60px;
}

.ewm_bg img {
	width: 150px;
}

.ewm_tel {
	background: #007612;
	color: #fff;
	text-align: center;
	margin: 0 0 2px 0;
	font-size: 12px;
	border-radius: 20px 0 0 20px;
	line-height: 40px;
	padding: 0 0 0 30px;
}

.nav_phone {
	width: 40px;
	position: fixed;
	right: 3%;
	top: 14px;
	display: none;
	z-index: 1000;
}

.pos {
	position: relative;
}

.header_icon {
	position: absolute;
	right: -200px;
	top: 2px;
}

.header_icon a {
	display: inline-block;
	margin: 0 10px;
	color: #3b3b3b;
	line-height: 22px;
}

.ewm_wz_active {
	right: 0;
	transition: all 1s ease 0.4s;
}

@keyframes mymove {
	from {
		right: -220px;
	}

	to {
		right: 0;
	}
}

/* 电脑小屏幕 */
@media screen and (max-width: 1480px) {
	.top .nr {
		width: 1140px;
		margin: 0;
		padding-left: 40px;
	}

	.header_icon {
		right: -150px;
	}
}

@media screen and (max-width: 750px) {
	.min {
		min-width: 100%;
	}

	.top .nr {
		width: 100%;
	}

	.nr {
		width: 100%;
	}

	.top .fl {
		padding: 0 0 0 2%
	}

	.nav_phone {
		display: block;
	}

	.nav_phone img {
		width: 100%;
	}

	.top {
		padding: 10px 0 5px 0;
	}

	.logo_text {
		font-size: 18px;
	}

	.logo_eng {
		font-size: 12px;
	}

	.nav {
		width: 100%;
		height: 100%;
		padding: 5% 0 0 0;
		position: fixed;
		right: 0;
		top: 0;
		overflow-y: auto;
		background: #fff;
		z-index: 999;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.nav.on {
		visibility: visible;
		opacity: 1;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.nav li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 3% 0;
	}

	.ewm_wz {
		display: none;
	}

	#fp-nav {
		display: none;
	}

	.header_icon {
		display: none;
	}
}


/*第一页*/
.page {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0
}

.page1_bg {
	/*background:url(../images/bg1.jpg) no-repeat center center;background-size:cover;*/
}

.page1_nr {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	margin-top: 37px;
}

.logo {
	width: 40%;
	position: absolute;
	left: 30%;
	top: 50%;
	margin-top: -18%;
	/*transform:scale(0);transition:all 1s ease 0.2s;*/
}

.logo img {
	width: 100%;
}

/*.active .logo{transform:scale(1);}*/
#swiperb {
	height: 100%;
}

#swiperb .swiper-slide {
	position: relative;
	height: 100%;
}

#swiperb .swiper-pagination-bullet {
	width: 30px;
	height: 6px;
	background: #fff;
	opacity: 1;
	border-radius: 0px;
}

#swiperb .swiper-pagination-bullet-active {
	background: #329700;
}



@media screen and (max-width: 750px) {
	.page1_bg {
		background: url(../images/bg1.jpg) no-repeat center center;
		background-size: cover;
	}

	.logo {
		width: 80%;
		left: 10%;
		margin-top: -35%;
	}
}

/*第二页*/
.page2_bg {
	background: url(../images/bg2.jpg) no-repeat center center;
	background-size: cover;
}

.page2_nr {
	width: 1200px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	padding: 20px 35px;
	margin-top: 37px;
}

.about_line1 {
	width: 411px;
	height: 2px;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	left: 0;
	top: 55px;
	line-height: 0;
}

.about_line2 {
	width: 450px;
	height: 2px;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	right: 0;
	top: 55px;
	line-height: 0;
}

.about_title_bg1 {
	width: 150px;
	height: 55px;
	background: url(../images/icon2.png) no-repeat left top;
	margin: 0 auto;
	position: relative;
}

.about_title_bg2 {
	width: 150px;
	height: 55px;
	background: url(../images/icon3.png) no-repeat right top;
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 1.6
}

.about_title_text {
	font-size: 12px;
	transform: scale(0.8);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.about_title_text1 {
	font-family: "宋体";
	font-weight: bold;
}

.about_title_icon {
	width: 60px;
	position: absolute;
	left: -65px;
	top: -10px;
}

.about_text1 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 8px 0;
	letter-spacing: 5px;
}

.about_text2 {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	padding: 0 0 10px 0;
}

.about_table {
	width: 100%;
}

.about_table li {
	width: 33.33%;
	float: left;
	height: 188px;
	border: solid 1px #dcdcdc;
	position: relative;
	padding: 60px 0 0 0;
	background: #fff;
}

.about_icon {
	width: 45%;
	float: left;
	text-align: center;
}

.about_icon1 {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.about_r {
	width: 55%;
	float: right;
	color: #272636;
	font-size: 22px;
	padding: 5px 0 0 0;
}

.about_r_eng {
	border-top: solid 1px #93929a;
	margin: 10px 0 0 0;
	padding: 8px 0 0 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}

.about_k {
	position: absolute;
	left: 12px;
	top: 12px;
	right: 12px;
	bottom: 12px;
	border: solid 1px #fff;
	opacity: 0;
}

.about_table li:hover {
	background: url(../images/2-7.png) no-repeat left bottom #325a2e;
}

.about_table li:hover .about_r {
	color: #e2e2e2;
}

.about_table li:hover .about_icon1 img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -65px;
	filter: drop-shadow(65px 0 #fff);
}

.about_table li:hover .about_k {
	opacity: 1;
}

.j2 {
	opacity: 0;
	transform: translateY(500px);
	transition: transform 0.8s;
}

.j3 {
	opacity: 0;
	transform: translateY(500px);
	transition: transform 0.8s 0.3s;
}

.j4 {
	opacity: 0;
	transform: translateY(500px);
	transition: transform 0.8s 0.6s;
}

.about_table li:nth-child(1) {
	opacity: 0;
	transform: translateX(-1000px);
	transition: transform 1s;
}

.about_table li:nth-child(2) {
	opacity: 0;
	transform: translateY(1000px);
	transition: transform 1s;
}

.about_table li:nth-child(3) {
	opacity: 0;
	transform: translateX(1000px);
	transition: transform 1s;
}

.about_table li:nth-child(4) {
	opacity: 0;
	transform: translateX(-1000px);
	transition: transform 1s 0.3s;
}

.about_table li:nth-child(5) {
	opacity: 0;
	transform: translateY(1000px);
	transition: transform 1s 0.3s;
}

.about_table li:nth-child(6) {
	opacity: 0;
	transform: translateX(1000px);
	transition: transform 1s 0.3s;
}

.j22 {
	opacity: 1;
	transform: translateY(0);
}

.j33 {
	opacity: 1;
	transform: translateY(0);
}

.active .about_table li {
	opacity: 1;
	transform: translateX(0);
}

.active .j2 {
	opacity: 1;
	transform: translateY(0);
}

.active .j3 {
	opacity: 1;
	transform: translateY(0);
}

.active .j4 {
	opacity: 1;
	transform: translateY(0);
}


@media screen and (max-width: 750px) {
	.page2_nr {
		width: 90%;
		padding: 5%;
		margin: 20px 0 0 0;
	}

	.about_table li {
		width: 50%;
		height: auto;
		padding: 15px 0;
	}

	.about_icon {
		width: 35%;
		padding: 10px 0 0 0;
	}

	.about_icon1 {
		width: 60%;
		height: auto;
	}

	.about_icon1 img {
		width: 100%;
	}

	.about_r {
		width: 65%;
		float: left;
		font-size: 14px;
	}

	.about_r_eng {
		letter-spacing: 0;
		font-size: 12px;
		padding: 3px 0 0 0;
		margin: 0;
		transform: scale(0.8);
		transform-origin: left center;
	}

	.about_k {
		display: none;
	}

	.about_line1 {
		display: none;
	}

	.about_line2 {
		display: none;
	}

	.about_text1 {
		transform: scale(0.8);
		padding: 5px 0 0 0;
		letter-spacing: 0;
	}

	.about_text2 {
		transform: scale(0.8);
	}

	.about_title_bg1 {
		transform: scale(0.8);
	}
}


/*第三页*/
.page3_bg {
	background: url(../images/bg3.jpg) no-repeat center center;
	background-size: cover;
}

.page3_nr {
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	margin-top: 37px;
}

.pro_title_bg1 {
	width: 150px;
	height: 55px;
	background: url(../images/icon6.png) no-repeat left top;
	margin: 0 auto;
	position: relative;
}

.pro_title_bg2 {
	width: 150px;
	height: 55px;
	background: url(../images/icon7.png) no-repeat right top;
	text-align: center;
	color: #1a1a1a;
	font-size: 25px;
	line-height: 1.5
}

.pro_title_text {
	color: #9a9a9a;
	font-size: 12px;
	transform: scale(0.8);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.pro_text1 {
	color: #017431;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 8px 0;
	letter-spacing: 5px;
}

.pro_text2 {
	color: #000000;
	font-size: 12px;
	line-height: 22px;
}

.pro_fl {
	text-align: center;
	padding: 10px 0 18px 0;
}

.pro_fl a {
	display: inline-block;
	margin: 0 1px;
	padding: 12px 35px 12px 100px;
	background: #e6e6e6;
}

.pro_fl a:nth-child(1) {
	background: url(../images/3-1.png) no-repeat 35px center #e6e6e6;
	color: #323232;
	font-size: 20px;
}

.pro_fl a:nth-child(1).current {
	background: url(../images/3-11.png) no-repeat 35px center #017431;
	color: #fff;
}

.pro_fl a:nth-child(2) {
	background: url(../images/3-2.png) no-repeat 35px center #e6e6e6;
	color: #323232;
	font-size: 20px;
}

.pro_fl a:nth-child(2).current {
	background: url(../images/3-22.png) no-repeat 35px center #017431;
	color: #fff;
}

.pro_fl a:nth-child(3) {
	background: url(../images/3-3.png) no-repeat 35px center #e6e6e6;
	color: #323232;
	font-size: 20px;
}

.pro_fl a:nth-child(3).current {
	background: url(../images/3-33.png) no-repeat 35px center #017431;
	color: #fff;
}

.pro_fl a:nth-child(1):hover {
	background: url(../images/3-11.png) no-repeat 35px center #017431;
	color: #fff;
}

.pro_fl a:nth-child(2):hover {
	background: url(../images/3-22.png) no-repeat 35px center #017431;
	color: #fff;
}

.pro_fl a:nth-child(3):hover {
	background: url(../images/3-33.png) no-repeat 35px center #017431;
	color: #fff;
}

.pro_fl_text {
	font-size: 12px;
	text-transform: uppercase;
	transform: scale(0.8);
}

.product_text {
	text-align: center;
	color: #232323;
	font-size: 22px;
	padding: 10px 0;
}

.product_tt {
	display: inline-block;
	height: 24px;
	padding: 0 40px 0 0;
	position: relative;
	background: url(../images/icon8.png) no-repeat right center;
	color: #232323;
}

.product_pic {
	height: 242px;
	position: relative;
	background: #fff;
}

.product_pfd {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon4.png) no-repeat center center rgba(1, 116, 49, 0.5);
	opacity: 0;
}

.swiper-slide:hover .product_tt {
	color: #017431;
	background: url(../images/icon9.png) no-repeat right center;
}

.swiper-slide:hover .product_pfd {
	opacity: 1;
	transition: all 0.5s;
}

@media screen and (max-width: 750px) {
	.page3_nr {
		width: 90%;
		margin: 20px 0 0 0;
	}

	.pro_text1 {
		transform: scale(0.8);
		padding: 5px 0 0 0;
		letter-spacing: 0;
	}

	.pro_text2 {
		transform: scale(0.8);
	}

	.pro_title_bg1 {
		transform: scale(0.8);
	}

	.pro_fl {
		padding: 10px 0 0 0;
		text-align: left;
	}

	.pro_fl a {
		width: 32.33%;
		display: block;
		float: left;
		margin: 0 1% 0 0;
		padding: 5px 0 5px 12%;
		background: #e6e6e6;
		line-height: 18px;
	}

	.pro_fl a:nth-child(1) {
		background: url(../images/3-1.png) no-repeat 5% center #e6e6e6;
		color: #323232;
		font-size: 14px;
		background-size: 30px 30px;
	}

	.pro_fl a:nth-child(1).current {
		background: url(../images/3-11.png) no-repeat 8% center #017431;
		color: #fff;
		background-size: 30px 30px;
	}

	.pro_fl a:nth-child(2) {
		background: url(../images/3-2.png) no-repeat 5% center #e6e6e6;
		color: #323232;
		font-size: 14px;
		background-size: 30px 30px;
	}

	.pro_fl a:nth-child(2).current {
		background: url(../images/3-22.png) no-repeat 8% center #017431;
		color: #fff;
		background-size: 30px 30px;
	}

	.pro_fl a:nth-child(3) {
		background: url(../images/3-3.png) no-repeat 5% center #e6e6e6;
		color: #323232;
		font-size: 14px;
		background-size: 30px 30px;
	}

	.pro_fl a:nth-child(3).current {
		background: url(../images/3-33.png) no-repeat 8% center #017431;
		color: #fff;
		background-size: 30px 30px;
	}

	.pro_fl a:nth-child(1):hover {
		background: url(../images/3-11.png) no-repeat 5% center #017431;
		color: #fff;
		background-size: 30px 30px;
	}

	.pro_fl a:nth-child(2):hover {
		background: url(../images/3-22.png) no-repeat 5% center #017431;
		color: #fff;
		background-size: 30px 30px;
	}

	.pro_fl a:nth-child(3):hover {
		background: url(../images/3-33.png) no-repeat 5% center #017431;
		color: #fff;
		background-size: 30px 30px;
	}

}

/*第四页*/
.page4_bg {
	background: url(../images/bg4.jpg) no-repeat center center;
	background-size: cover;
}

.page4_nr {
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	margin-top: 37px;
}

.news_fl {
	text-align: center;
	color: #969696;
	font-size: 16px;
	padding: 8px 0;
}

.news_fl a {
	color: #1a1a1a;
	font-weight: bold;
}

.news_fl a:hover {
	color: #329700;
}

.news_fl a.current {
	color: #329700;
}

.news_text1 {
	color: #555555;
	font-size: 13px;
	padding: 0 0 10px 0;
}

.news_bg {
	background: rgba(255, 247, 220, 0.9);
	border-radius: 15px;
	padding: 15px 70px 0 30px;
}

.news_list {
	padding: 0 0 1px 0;
}

.news_list li {
	margin: 0 0 15px 0;
}

.news_list_l {
	width: 17%;
	height: 150px;
	float: left;
	position: relative;
}

.news_list_l_text1 {
	color: #3b3b3b;
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	position: absolute;
	left: 70px;
	top: 0;
}

.news_list_l_text2 {
	color: #3b3b3b;
	font-size: 12px;
	position: absolute;
	left: 100px;
	top: 38px;
	transform: scale(0.9);
}

.news_list_l_icon {
	width: 66px;
	position: absolute;
	left: 78px;
	top: 7px;
}

.news_list_l_line {
	width: 24px;
	height: 5px;
	background: #3b3b3b;
	position: absolute;
	left: 72px;
	bottom: 16px;
	line-height: 0;
}

.news_list_pic {
	width: 24%;
	height: 150px;
	float: left;
}

.news_list_r {
	width: 50%;
	float: left;
	margin: 0 0 0 4%;
}

.news_list_r_title {
	border-bottom: solid 1px #ece9e0;
	height: 40px;
	line-height: 38px;
	color: #3b3b3b;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list_r_text {
	color: #000000;
	font-size: 12px;
	height: 44px;
	overflow: hidden;
	margin: 25px 0 12px 0;
}

.news_list_r_more {
	color: #3b3b3b;
	font-size: 12px;
}

.news_list li:hover {
	background: #fff;
	border-radius: 75px 0 0 75px;
}

.news_list li:hover .news_list_pic {
	box-shadow: 5px 5px 5px #ababab;
}

.news_list li:hover .news_list_r_title {
	color: #358c35;
}

.news_list li:hover .news_list_r_text {
	color: #3b3b3b;
}

.news_list li:hover .news_list_r_more {
	color: #358c35;
}

.news_list li:hover .news_list_l_text1 {
	color: #358c35;
	font-size: 40px;
	left: 43px;
	top: 72px;
}

.news_list li:hover .news_list_l_text2 {
	color: #358c35;
	font-size: 22px;
	left: 43px;
	top: 43px;
}

.news_list li:hover .news_list_l_icon {
	display: none;
}

.news_list li:hover .news_list_l_line {
	width: 28px;
	height: 4px;
	background: #358c35;
	left: 100px;
	bottom: 70px;
	line-height: 0;
}

.news_list li:nth-child(1) {
	opacity: 0;
	transform: translateY(500px);
	transition: transform 0.8s;
}

.news_list li:nth-child(2) {
	opacity: 0;
	transform: translateY(500px);
	transition: transform 0.8s 0.3s;
}

.news_list li:nth-child(3) {
	opacity: 0;
	transform: translateY(500px);
	transition: transform 0.8s 0.6s;
}

.active .news_list li {
	opacity: 1;
	transform: translateY(0);
}


@media screen and (max-width: 750px) {
	.nn {
		display: none;
	}

	.page4_nr {
		width: 90%;
		margin: 20px 0 0 0;
	}

	.news_bg {
		border-radius: 10px;
		padding: 0 5%;
	}

	.news_list {
		padding: 3% 0 0 0;
	}

	.news_list_l {
		display: none;
	}

	.news_list_pic {
		width: 35%;
		height: 25vw;
	}

	.news_list_r {
		width: 63%;
		margin: 0;
		float: right;
	}

	.news_list_r_text {
		height: 22px;
		overflow: hidden;
		margin: 6px 0;
	}

	.news_list_r_title {
		height: 36px;
		line-height: 34px;
	}

}

/*第五页*/
.page5_bg {
	background: url(../images/bg5.jpg) no-repeat center center;
	background-size: cover;
}

.page5_nr {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
	margin-top: 37px;
}

.page5_top_bg {
	width: 1358px;
	height: 251px;
	margin: 0 auto;
	background: url(../images/pic2.jpg) no-repeat center center;
	text-align: center;
}

.page5_top_nr {
	background: #017431;
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	font-size: 25px;
	margin: 55px 0 35px 0;
	height: 46px;
	line-height: 46px;
}

.page5_top_text {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

.page5_list {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 0 56px;
}

.page5_list li {
	width: 228px;
	height: 231px;
	padding: 5px;
	border-radius: 4px;
	float: left;
	margin: 0 22px;
	background: #fff;
}

.page5_list_pic {
	width: 218px;
	height: 221px;
	position: relative;
}

.page5_list_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s
}

.page5_list_text {
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translateY(50%);
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 52px;
	transition: all 0.3s
}

.page5_list_text::before {
	content: "";
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	height: 3px;
	position: absolute;
	top: -6px;
	left: 0;
}

.page5_list_text::after {
	content: "";
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	height: 3px;
	position: absolute;
	bottom: -6px;
	left: 0;
}

.page5_list li a {
	display: block;
	transition: all 0.3s
}

.page5_list li a:hover {
	display: block;
	transition: all 0.3s
}

.page5_list li a:hover .page5_list_bg {
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s
}

.page5_list li a:hover .page5_list_text {
	top: auto;
	transform: translateY(0);
	bottom: 0;
	transition: all 0.3s;
	line-height: 45px;
}

.page5_list li a:hover .page5_list_text::before {
	display: none;
}

.page5_list li a:hover .page5_list_text::after {
	display: none;
}


.page5_list li:nth-child(1) {
	opacity: 0;
	transform: translateY(500px);
	transition: transform 0.8s 0.2s;
}

.page5_list li:nth-child(2) {
	opacity: 0;
	transform: translateY(500px);
	transition: transform 0.8s 0.4s;
}

.page5_list li:nth-child(3) {
	opacity: 0;
	transform: translateY(500px);
	transition: transform 0.8s 0.6s;
}

.page5_list li:nth-child(4) {
	opacity: 0;
	transform: translateY(500px);
	transition: transform 0.8s 0.8s;
}

.active .page5_list li {
	opacity: 1;
	transform: translateY(0);
}


@media screen and (max-width: 750px) {
	.page5_nr {
		margin: 20px 0 0 0;
	}

	.page5_top_bg {
		width: 100%;
		height: auto;
		background: none;
	}

	.page5_top_text {
		display: none;
	}

	.page5_list {
		width: auto;
		padding: 5% 0 0 0;
	}

	.page5_list li {
		width: 42.5%;
		height: auto;
		margin: 0 0 5% 5%;
		padding: 1%;
	}

	.page5_list_pic {
		width: 100%;
		height: 40vw;
	}

	.page5_top_nr {
		padding: 0 25px;
		color: #fff;
		font-size: 20px;
		margin: 0;
		height: 40px;
		line-height: 40px;
	}

	.page5_list_text {
		line-height: 40px;
	}
}


/*第六页*/
.page6_bg {
	background: url(../images/bg6.jpg) no-repeat center center;
	background-size: cover;
}

.page6_nr {
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	margin-top: 37px;
}

.con_bg {
	width: 920px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.6);
	padding: 25px 40px;
	position: relative;
}

.con_l {
	width: 46%;
	float: left;
	color: #2d2d2d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.con_l_title {
	font-size: 26px;
}

.con_r {
	width: 48%;
	float: right;
}

.con_r_input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
	background: #fff;
	padding: 0 14px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.68);
	border: none;
}

.con_r_area {
	width: 100%;
	height: 165px;
	line-height: 30px;
	margin: 0 0 10px 0;
	background: #fff;
	padding: 10px 14px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.68);
	border: none;
}

.con_r_btn1 {
	width: 94px;
	height: 35px;
	color: #fff;
	background: #2f2f2f;
	float: left;
	border: none;
	font-size: 16px;
}

.con_r_btn2 {
	width: 94px;
	height: 35px;
	color: #fff;
	background: #d40e1a;
	float: right;
	border: none;
	font-size: 16px;
}

.con_icon1 {
	position: absolute;
	left: -27px;
	top: -37px;
}

.con_icon2 {
	position: absolute;
	right: -27px;
	top: -37px;
}

.con_icon3 {
	position: absolute;
	left: -27px;
	bottom: -37px;
}

.con_icon4 {
	position: absolute;
	right: -27px;
	bottom: -37px;
}

@media screen and (max-width: 750px) {
	.page6_nr {
		width: 80%;
		margin: 10px 0 0 0;
	}

	.con_l {
		width: 100%
	}

	.con_l_title {
		font-size: 22px;
	}

	.con_r {
		display: none;
	}

	.con1 {
		display: none;
	}

	.con2 {
		display: none;
	}

	.con_bg {
		width: 100%;
		padding: 5%;
		text-align: center;
		margin: 10% 0 0 0;
	}
}

/*版权*/
.copyright {
	background: #252525;
	text-align: center;
	padding: 25px 0;
	color: #898989;
	font-size: 14px;
}

@media screen and (max-width: 750px) {
	.copyright {
		color: #fff;
		padding: 5px 3%;
		line-height: 20px;
		font-size: 12px;
	}
}


/*fullpage*/
#fp-nav ul li,
.fp-slidesNav ul li {
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 50%;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 20px;
	height: 20px;
	background: #329700;
	color: #fff;
	margin: -10px 0 0 -10px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 20px;
	height: 20px;
	background: #fff;
	color: #329700;
	margin: -10px 0 0 -10px;
	border: none;
}

#fp-nav ul li .fp-tooltip {
	width: 12px;
	font-size: 12px;
	top: 3px;
	z-index: 999;
	opacity: 1;
	color: #329700;
}

#fp-nav ul li .fp-tooltip.left {
	left: 7px;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	background: #329700;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	color: #fff;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
}

#fp-nav ul li:last-child {
	display: none;
}

/*二级页*/
.main_ban {
	height: 370px;
}

.main_nr {
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 4%;
	min-height: 800px;
}

.main_bg {
	background: url(../images/mbg1.jpg) no-repeat center bottom;
	padding: 0 0 100px 0;
}

.main_top {
	width: 100%;
	position: absolute;
	left: 0;
	top: -15px;
}

.main_top a {
	float: left;
	color: #fff;
	padding: 0 12px;
	margin: 0 5px 0 0;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background: #277600;
}

.main_top a.current {
	background: #329700;
}

.main_top_r {
	float: right;
	color: #fff;
	padding: 0 12px;
	background: #277600;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.main_nr .main_top .main_top_r a {
	float: none;
}

.main_top_title {
	border-bottom: solid 1px #e2e2e2;
	margin: 0 5%;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	color: #3b3b3b;
	font-size: 22px;
	text-align: center;
}

.main_nr_text {
	color: #000000;
	font-size: 14px;
	line-height: 2.5;
	position: relative;
}

@media screen and (max-width: 750px) {
	.main_ban {
		height: 200px;
		background-size: 250% auto !important;
	}

	.main_nr {
		margin: 0 4%;
		width: 92%;
		padding: 0 3% 3% 3%;
		min-height: auto;
	}

	.main_bg {
		padding: 0 0 50px 0;
	}

	.main_nr_text {
		line-height: 2;
	}

	.main_top {
		position: static;
		text-align: center;
	}

	.main_top a {
		margin: 0 5px 0 0;
		display: inline-block;
		float: none;
	}

	.main_top_r {
		margin: 0 auto 10px auto;
		float: none;
	}


	.main_nr_text img {
		max-width: 100%;
	}

	.main_top_title {
		font-size: 18px;
		padding: 10px 0 10px 0;
	}
}

/*图册*/
.main_tc_text {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
}

.main_tc_list {
	padding: 10px 0 0 0;
}

.main_tc_list li {
	width: 21%;
	border-radius: 4px;
	float: left;
	margin: 0 2% 15px 2%;
}

.main_tc_list_pic {
	width: 100%;
	/* height: 231px; */
	overflow: hidden;
}

.main_tc_list_pbg {
	background: #fff;
	padding: 5px;
}

.main_tc_list li a {
	color: #000;
}

.main_tc_list li img {
	width: 100%;
}

.main_page {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -70px;
	color: #787878;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
}

.main_page a {
	display: inline-block;
	color: #666666;
	background: #fff;
	border-radius: 3px;
	margin: 0 0 0 5px;
	padding: 0 15px;
}

.main_page a:hover {
	background: #277600;
	color: #fff;
}

.main_nr .news_list li {
	margin-bottom: 30px;
	opacity: 1;
	transform: translateY(0);
}

.main_pro li {
	width: 30%;
	float: left;
	margin: 0 1.7% 2% 1.6%;
}

.lb-dataContainer {
	padding: 15px 0 0 0;
}

@media screen and (max-width: 750px) {
	.main_tc_text {
		font-size: 14px;
		padding: 10px 0;
	}

	.main_tc_list li {
		width: 48%;
		margin: 0 1% 3% 1%
	}

	.main_tc_list_pic {
		height: 40vw;
	}

	.main_page {
		line-height: 25px;
		font-size: 12px;
		text-align: center;
		bottom: -40px;
	}

	.main_page .fl {
		display: none;
	}

	.main_page a {
		margin: 0 2px 5px 2px;
		padding: 0 10px;
	}

	.main_nr .news_list li {
		margin-bottom: 3%;
	}

	.main_pro li {
		width: 48%;
		float: left;
		margin: 0 1% 2% 1%;
	}

	.main_pro .product_pic {
		height: 35vw;
	}

	.main_pro .product_text {
		font-size: 14px;
		padding: 10px 0;
	}

	.main_pro .product_tt {
		height: 24px;
		padding: 0 24px 0 0;
		position: relative;
		background: url(../images/icon8.png) no-repeat right center;
		background-size: 18px 18px;
	}

}

.main_p_show_title {
	border-bottom: solid 1px #277600;
}

.main_p_show_title div {
	padding: 0 45px;
	display: inline-block;
	background: #277600;
	color: #fff;
	line-height: 55px;
	font-weight: bold;
	font-size: 18px;
}

.main_p_show_text {
	color: #787878;
	line-height: 2.5;
	font-size: 14px;
	padding: 20px 0 0 0;
}

.main_p_show_l {
	width: 49%;
	float: left;
}

.gallery-top .swiper-slide {
	border: solid 1px #dfdfdf;
	height: 400px;
}

.gallery-thumbs {
	padding: 20px 0 40px 0;
}

.gallery-thumbs .swiper-slide {
	border: solid 1px #dfdfdf;
	height: 94px;
}

.main_p_show_r {
	width: 49%;
	float: right;
}

.main_p_show_r_text {
	color: #2c2c2c;
	font-size: 18px;
	line-height: 2.5;
	padding: 20px 0 20px 0;
}


@media screen and (max-width: 750px) {
	.main_p_show_title div {
		padding: 0 20px;
		line-height: 35px;
		font-size: 16px;
	}

	.main_p_show_text {
		color: #787878;
		line-height: 2;
		font-size: 13px;
		padding: 10px 0 0 0;
	}

	.main_p_show_r {
		width: 100%;
		float: none;
	}

	.main_p_show_r_text {
		font-size: 16px;
		line-height: 2;
		padding: 10px 0;
	}

	.main_p_show_l {
		width: 100%;
		float: none;
	}

	.gallery-top .swiper-slide {
		border: solid 1px #dfdfdf;
		height: 50vw;
	}

	.gallery-thumbs {
		padding: 10px 0 20px 0;
	}

	.gallery-thumbs .swiper-slide {
		border: solid 1px #dfdfdf;
		height: 15vw;
	}
}


/* 后期添加的头部 右侧 */
.header_icon {
	height: 60px;
}

.header_icon>div {
	height: 60px;
	position: relative;
	display: inline-block;
	margin: 0 10px;
	color: #3b3b3b;
	line-height: 22px;
}

.header_icon>div:hover .twx {
	display: block;
}

.header_icon>div:hover .tsearch {
	display: block;
}

.head-wx {
	position: relative;
}

.twx {
	width: 160px;
	position: absolute;
	left: 50%;
	top: 59px;
	margin-left: -80px;
	display: none;
	z-index: 999;
}

.twx img {
	width: 100%;
}

.tsearch {
	width: 300px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 10px 10px;
	display: none;
}

.tsearch_input {
	width: 230px;
	height: 30px;
	float: left;
	padding: 0 10px;
	border: solid 1px #ddd;
	border-radius: 5px;
}

.tsearch button {
	width: 42px;
	height: 30px;
}

.tsearch_icon {
	width: 25px;
	float: right;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 0 !important;
}

.tsearch_icon img {
	width: 100%;
}


/* 联系方式 */
.contact {
	padding: 10px;
}

.contact-information {
	margin: 0 0 10px 0;
	border: 1px solid #333;
}

.contact-information h4 {
	font: 400 16px/30px 'Microsoft YaHei';
	color: #333;
}

.contact-information {
	padding: 20px;
	border: 1px solid #333;
}

.contact-information h4 {
	border-left: 3px solid #333;
	padding-left: 10px;
	margin-bottom: 10px
}

.contact-information p {
	font: 400 14px/24px 'Microsoft YaHei';
	color: #333;
	text-indent: 0
}

@media (min-width:1200px) {
	.contact {
		padding: 0;
	}

	.contact .container {
		padding: 20px 20px;
		background: rgba(255, 255, 255, 0.8);
	}
}



/* 在线留言 */

.contact-form .inputs {
	width: 100%;
	height: 48px;
	padding-left: 10px;
	line-height: 48px;
}

.contact-form .name {
	margin-bottom: 15px;
}

.contact-form .tels {
	margin-bottom: 15px;
}

.contact-form textarea {
	width: 100%;
	height: 150px;
	padding: 10px;
	overflow: auto
}

.contact-form .yzm {
	margin: 10px 0 10px 0;
	height: 36px;
	padding-left: 10px;
	line-height: 36px;
	background: #FFF
}

.contact-form .yzm-input {
	float: left;
	width: 50%;
	padding-right: 5px;
}

.contact-form .yzm-input input {
	width: 100%;
}

.contact-form .yzm-wrap .yzm-img {
	float: right;
	width: 50%;
	margin-top: 10px;
	padding-left: 5px;
}

.contact-form .yzm-wrap .yzm-img img {
	width: 100%;
	height: 36px;
}

.contact-form .button {
	float: left;
	width: 50%;
}

.contact-form .button1 {
	padding-right: 5px;
}

.contact-form .button2 {
	padding-left: 5px;
}

.contact-form .button button {
	display: block;
	width: 100%;
	line-height: 36px;
	color: #fff;
	border: none;
	background: #333;
}

@media (min-width:1200px) {
	.form-bottom {
		position: relative;
	}

	.yzm-wrap {
		margin-left: 0;
		width: 40%;
	}

	.yzm-input {
		width: 70%;
	}

	.yzm-wrap .yzm-img {
		width: 30%;
	}

	.contact-form img {
		margin-left: 0;
	}

	.contact-form .yzm {
		margin: 15px 0 15px 0;
		height: 36px;
		padding-left: 10px;
		line-height: 48px
	}

	.contact-form img {
		float: none;
		height: 36px;
		margin: 5px 0 0 0;
	}

	.contact-form .button button {
		line-height: 36px;
	}

	.fotm-button {
		position: absolute;
		right: 0;
		top: 15px;
		width: 50%;
	}
}




/* 留言信息 */
.message {
	padding: 10px 0;
}

.message h4 {
	margin: 0 0 10px 0;
	font: bold 16px/30px '微软雅黑';
	border-bottom: 1px solid #333;
}

.message p {
	font: 400 14px/24px '微软雅黑';
	color: #333;
}